home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / halstead.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.5 KB  |  76 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Halstead Metrics
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Intermetrics, Inc.
  7. --                   : 733 Concord Ave, Cambridge, MA 02138
  8. --                   : Bill Toscano or Michael Gordon (author)
  9. --                   : (617) 661-1840 
  10. -- COPYRIGHT         : (c) 1986, Intermetrics, Inc.
  11. -- DATE CREATED      : 3/86
  12. -- DATE RELEASED     : 3/86
  13. -- DATE LAST UPDATED : 3/86
  14. -- LOCATION          : ASR
  15. -- ENVIRONMENT       : VAX/VMS/DEC Ada
  16. --= CLASSIFICATION       ===============================================--
  17. -- CATEGORY LEVEL 1  : METRICS
  18. -- CATEGORY LEVEL 2  : Complexity Measures
  19. -- CATEGORY LEVEL 3  : Halstead Metrics
  20. -- CATEGORY LEVEL 4  : 
  21. -- KEYWORD           : 
  22. -- INDEX             : Complexity
  23. -- INDEX             : Complexity Measures
  24. -- INDEX             : Measures, Complexity
  25. -- INDEX             : Halstead
  26. -- TAXONOMY          : 
  27. -- DEPENDENCIES      : 
  28. -- SEE ALSO          : 
  29. --= FILE LISTING         ===============================================--
  30. -- FILE SPECS        : PD:<ADA.METRICS>HALS*.*
  31. -- DIRECTORY DISPLAY :
  32. -- Directory   PD:<ADA.METRICS>
  33. --      File Name     Byte Count  Line Count
  34. --   ---------------  ----------  ----------
  35. --   HALSTEAD.CMM           3490          76
  36. --   HALSTEAD.CO             969          70
  37. --   HALSTEAD.DOC          34907        1026
  38. --   HALSTEAD.ME            3950         102
  39. --   HALSTEAD.PL            2200          76
  40. --   HALSTEAD.PRO           2519          67
  41. --   HALSTEAD.SRC        1031145       30004
  42. --   HALSTEAD.TST          30606         751
  43. --   ===============  ==========  ==========
  44. --     8 Files           1109786       32172
  45. --= ABSTRACT             ===============================================--
  46. --         The  Complexity Measures Report will analyze program units for
  47. -- complexity as measured by Halstead and McCabe.  The program  unit  and
  48. -- its  complexity  will  be  output  to the default output file.  If the
  49. -- measured complexity exceeds a desired maximum complexity, the  program
  50. -- unit is flagged on the output listing.
  51. --= REVISION HISTORY     ===============================================--
  52. --
  53. -- DATE         VERSION    AUTHOR                  HISTORY
  54. -- 3/86         1.0    Intermetrics            Initial Release
  55. --= RELEASE NOTICE       ===============================================--
  56. -- This prologue must be included in all copies of this software.
  57. --
  58. -- This software is copyright by the author.
  59. --
  60. -- This software is released to the Ada community.
  61. -- This software is released to the Public Domain (note:
  62. --   software released to the Public Domain is not subject
  63. --   to copyright protection).
  64. -- Restrictions on use or distribution:  NONE
  65. --= DISCLAIMER           ===============================================--
  66. --     This software and its documentation are provided "AS IS" and
  67. -- without any expressed or implied warranties whatsoever.  No warranties
  68. -- as to performance, merchantability, or fitness for a particular
  69. -- purpose exist.
  70. --     The user is advised to test the software thoroughly before
  71. -- relying on it.  The user must assume the entire risk and liability of
  72. -- using this software.  In no event shall any person or organization of
  73. -- people be held responsible for any direct, indirect, consequential or
  74. -- inconsequential damages or lost profits.
  75. --======================================================================--
  76.